public marks

PUBLIC MARKS from "Xavier Lacot" with tags javascript & sound

July 2008

SoundManager 2: Javascript Sound for the Web

by 13 others (via)
SoundManager 2 is an attempt at providing the sound API which Javascript has been missing. It's a Javascript library which wraps and extends Flash's sound capabilities, bringing cross-platform audio functionality to Javascript.

April 2008

John Resig - Embedding and Encoding in JavaScript

All of the game contents are embedded within the game script: This includes all game sprites and music. This is an interesting feat and one that's possible to accomplish within your own code. Let's take a step through how this was done to understand how we can better use this within our own sites.